home *** CD-ROM | disk | FTP | other *** search
- object PlotFrm: TPlotFrm
- Left = 262
- Top = 358
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Ploting Window'
- ClientHeight = 61
- ClientWidth = 428
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PlotingWave: TPanel
- Left = 1
- Top = 3
- Width = 426
- Height = 57
- Color = clBlack
- TabOrder = 0
- object PaintBox1: TPaintBox
- Left = 2
- Top = 4
- Width = 422
- Height = 50
- Hint = 'Left/Right Click to ZoomIn/ZoomOut'
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnMouseDown = PaintBox1MouseDown
- OnPaint = PaintBox1Paint
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 262
- Top = 15
- end
- end
-